home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
asmsrc
/
thesource-7.lha
/
Source
/
Articles
/
Stereoscopic
/
SegaGlasses.lha
/
SegaGlasses
/
dgif.h
< prev
next >
Wrap
Text File
|
1992-07-26
|
628b
|
22 lines
#define /* */OUT_OF_MEMORY -10
#define BAD_CODE_SIZE -20
#define READ_ERROR -1
#define WRITE_ERROR -2
#define OPEN_ERROR -3
#define CREATE_ERROR -4
typedef struct { unsigned short Width,
Height;
unsigned char ColInfo,
BackGround,
PixelAspect;
} GIFDesc;
typedef struct { unsigned short Left,
Top,
Width,
Height;
unsigned char Info;
} ImageDesc;